projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9458f6d
)
powerpc/t4240qds: fix XAUI card PHY address
author
Shaohui Xie
<
[email protected]
>
Mon, 25 Mar 2013 07:33:16 +0000
(07:33 +0000)
committer
Andy Fleming
<
[email protected]
>
Tue, 14 May 2013 21:00:25 +0000
(16:00 -0500)
Signed-off-by: Shaohui Xie <
[email protected]
>
Signed-off-by: Roy Zang <
[email protected]
>
Signed-off-by: Andy Fleming <
[email protected]
>
include/configs/t4qds.h
patch
|
blob
|
history
diff --git
a/include/configs/t4qds.h
b/include/configs/t4qds.h
index fb8863b0706ca45bce90ae4497f980edf152837d..c5110c2bc389944872807eeb3c16558db0dc3fa8 100644
(file)
--- a/
include/configs/t4qds.h
+++ b/
include/configs/t4qds.h
@@
-646,10
+646,10
@@
unsigned long get_board_ddr_clk(void);
#define XFI_CARD_PORT3_PHY_ADDR 0x3
#define XFI_CARD_PORT4_PHY_ADDR 0x4
#define QSGMII_CARD_PHY_ADDR 0x5
-#define FM1_10GEC1_PHY_ADDR 0x
6
-#define FM1_10GEC2_PHY_ADDR 0x
7
-#define FM2_10GEC1_PHY_ADDR 0x
8
-#define FM2_10GEC2_PHY_ADDR 0x
9
+#define FM1_10GEC1_PHY_ADDR 0x
0
+#define FM1_10GEC2_PHY_ADDR 0x
1
+#define FM2_10GEC1_PHY_ADDR 0x
2
+#define FM2_10GEC2_PHY_ADDR 0x
3
#endif
#ifdef CONFIG_PCI